From 60158182b4ff9dfeea12703d040ece4461c795ad Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 17 Mar 2009 14:21:18 +0000 Subject: [PATCH] Make stubdom compile on systems with libvde installed We need to disable libvde in the stubdom qemu-xen configuration. Thanks to Jun Koi for the report and testing. Signed-off-by: Ian Jackson --- stubdom/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubdom/Makefile b/stubdom/Makefile index 9263223059..01b6e02d08 100644 --- a/stubdom/Makefile +++ b/stubdom/Makefile @@ -7,7 +7,7 @@ export stubdom=y export debug=y include $(XEN_ROOT)/Config.mk -IOEMU_OPTIONS=--disable-sdl --disable-opengl --disable-vnc-tls --disable-brlapi --disable-kqemu +IOEMU_OPTIONS=--disable-sdl --disable-opengl --disable-vnc-tls --disable-brlapi --disable-kqemu --disable-vde #ZLIB_URL?=http://www.zlib.net ZLIB_URL=$(XEN_EXTFILES_URL) -- 2.30.2